home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- play frame the frame
- end
-
- on mouseUp
- if (the clickOn > 3) and (the clickOn < 8) then
- set nome to the name of member the memberNum of sprite the clickOn
- if isWindows() then
- set nome to nome & "W"
- end if
- repeat with i = 3 to 8
- set the cursor of sprite i to -1
- end repeat
- go(nome)
- end if
- end
-